'宣言 Public Overloads Function PieChart(Of T As Class)( _ ByVal dataSource As System.Linq.IQueryable(Of T), _ ByVal htmlAttributes As System.Object _ ) As PieChart(Of T)
public PieChart<T> PieChart<T>( System.Linq.IQueryable<T> dataSource, System.object htmlAttributes ) where T: class
オンラインで表示: GitHub